home *** CD-ROM | disk | FTP | other *** search
- global page, cdvoume
-
- on mouseDown me
- mynumber = me.spriteNum - 27
- set the memberNum of sprite 43 to 8
- updateStage()
- set the memberNum of sprite 43 to the number of member mynumber + ((page + 3) * 32)
- updateStage()
- sprite(43).volume = cdvoume * 19
- end
-
- on mouseEnter me
- cursor([1, 2])
- end
-
- on mouseWithin me
- cursor([1, 2])
- end
-
- on mouseLeave me
- cursor(0)
- end
-